My server is taking too long to respond when I connect to it outside the local network [closed]

Posted by Buzu on Server Fault See other posts from Server Fault or by Buzu
Published on 2012-12-06T21:25:32Z Indexed on 2012/12/06 23:05 UTC
Read the original article Hit count: 143

Filed under:

I have my local server online most of the time because it is easy for clients to access a url and see how their project is coming along. They can see updates in real time. However, I got a message from one of my clients saying that the server was not responding. I have a hosts file, and in that file I have my server's address pointed to the local ip. This is because some problem with the ftp. Due to this setup, I had not noticed that the server was not accessible from outside the local network.

The address is http://imbuzu.dyndns.info

SSH works fine, I can connect from my windows machine to the server, but HTTP does not. The server is taking too long to respond. Looking at the logs, I see that the last incoming connection to the server from outside the network is this:

77.242.153.180 - - [04/Dec/2012:12:11:01 -0800] "\xce\x89\x8d\x85b\ro" 400 317 "-" "-"

I'm going to restart the server, but I doubt that will have any effect on it.

--EDIT--

I restarted the server, and it did not help. Also, I pinged the server and it seems to be resolving correctly.

© Server Fault or respective owner

Related posts about timeout